/**底部**/
.footer {
  --color: #7a7a7a;
  --hover: #ffffff;
  --con-wid: 320px;
  --pt: 75px;
  overflow: hidden;
  background: #1e2225;
  font-size: 15px;
  line-height: 1.6em;
  color: var(--color);
}
.footer a:hover {
  color: var(--hover);
}
.footer .flex-box {
  position: relative;
  padding-right: calc(var(--con-wid) + 30px);
}
.footer .menus {
  width: 95%;
  padding-top: var(--pt);
  justify-content: space-between;
}
.footer .menus .line {
  margin: 0 15px;
  border-left: 1px solid #43484c;
}
.footer .menus .menus-title {
  margin-bottom: 10px;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #ffffff;
}
.footer .menus .menus-a-s {
  padding-top: 12px;
}
.footer .menus .menus-a-s .a-box {
  padding: 0.37em 0;
}
.footer .menus .menus-a-s a {
  display: inline-block;
  vertical-align: top;
  transform: translateX(0);
  transition: transform 0.4s, color 0.3s;
}
.footer .menus .menus-a-s a:hover {
  transform: translateX(0.3em);
}
.footer .contact-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 320px;
  height: 100%;
  padding-top: var(--pt);
  padding-left: 25px;
  padding-right: 25px;
  background: var(--main-third-color);
  text-align: center;
  color: #ffffff;
}
.footer .contact-box .phone .phone-tit {
  font-size: 18px;
  line-height: 1.4em;
}
.footer .contact-box .phone .phone-num {
  margin-top: 5px;
  font-family: DINCond-Bold;
  font-size: 26px;
  line-height: 1em;
}
.footer .contact-box .code-box {
  margin-top: 30px;
}
.footer .contact-box .code-box img {
  max-width: 100%;
}
.footer .contact-box .code-box .code-txt {
  margin-top: 7px;
  font-size: 16px;
  line-height: 1.4em;
}
.footer .contact-box .share-box {
  position: absolute;
  left: 0;
  bottom: 64px;
  transform: translateY(50%);
  width: 100%;
}
.footer .friend-link {
  --h: 30px;
  margin-top: 67px;
  margin-bottom: 22px;
  width: 100%;
  font-size: 15px;
  line-height: calc(var(--h) - 6px);
  color: #7a7a7a;
}
.footer .friend-link .link-tit {
  flex-shrink: 0;
  font-size: 18px;
  line-height: var(--h);
  color: #ffffff;
}
.footer .friend-link .link-list {
  padding-left: 10px;
}
.footer .friend-link .link-list .link-a {
  margin: 3px 11px;
}
.footer .bot {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .bot::before {
  content: '';
  display: block;
  margin-top: -20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #43484c;
}
.footer .bot .right-cont {
  margin-left: 0.9em;
}
@media (max-width: 1200px) {
  .footer {
    --pt: 0.7rem;
    font-size: 0.26rem;
  }
  .footer .flex-box {
    padding-right: 0;
  }
  .footer .menus {
    display: none;
  }
  .footer .contact-box {
    position: static;
    width: 100%;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    background: transparent;
  }
  .footer .contact-box .phone .phone-tit {
    font-size: 0.28rem;
  }
  .footer .contact-box .phone .phone-num {
    margin-top: 0.1rem;
    font-size: 0.36rem;
  }
  .footer .contact-box .code-box {
    margin-top: 0.3rem;
  }
  .footer .contact-box .code-box img {
    width: 2rem;
  }
  .footer .contact-box .code-box .code-txt {
    margin-top: 0.15rem;
    font-size: 0.3rem;
  }
  .footer .contact-box .share-box {
    margin-top: 0.25rem;
    position: static;
    bottom: 0;
    transform: translateY(0);
  }
  .footer .friend-link {
    --h: 0.38rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    line-height: calc(var(--h) - 0.05rem);
  }
  .footer .friend-link .link-tit {
    font-size: 0.3rem;
  }
  .footer .friend-link .link-list {
    padding-left: 0.15rem;
  }
  .footer .friend-link .link-list .link-a {
    margin: 0.05rem 0.1rem;
  }
  .footer .bot {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    text-align: center;
  }
  .footer .bot::before {
    margin-top: -0.25rem;
  }
  .footer .bot .left-cont {
    width: 100%;
  }
  .footer .bot .right-cont {
    width: 100%;
    margin-left: 0;
  }
}
